home *** CD-ROM | disk | FTP | other *** search
- SubWindow, playereditwin = WindowObject,
- MUIA_Window_Title, "Edit player details",
- MUIA_Window_ID , MAKE_ID('E','D','I','T'),
- MUIA_Window_Width , MUIV_Window_Width_Default,
- MUIA_Window_Height, MUIV_Window_Height_Default,
- MUIA_Window_ScreenTitle, "Connect 4",
- MUIA_Window_CloseGadget, FALSE,
-
- WindowContents,
- VGroup,
- Child, HGroup,
- Child, ColGroup(1),
- Child, Label2("Name:"),
- Child, Label2("Type:"),
- End,
- Child, RowGroup(2),
- Child, pew_name = StringObject,
- MUIA_String_Format, MUIV_String_Format_Left,
- MUIA_String_MaxLen, NAME_LEN,
- MUIA_Frame, MUIV_Frame_String,
- MUIA_CycleChain, 1,
- MUIA_String_AdvanceOnCR, TRUE,
- End,
- Child, HGroup,
- Child, pew_cycle = CycleObject,
- MUIA_Cycle_Entries, cycle_playertype_strings,
- End,
- Child, pew_type = StringObject,
- MUIA_String_Format, MUIV_String_Format_Left,
- MUIA_String_MaxLen, TYPE_LEN,
- MUIA_Frame, MUIV_Frame_String,
- MUIA_CycleChain, 1,
- MUIA_String_AdvanceOnCR, TRUE,
- End,
- End,
- End,
- End,
- Child, HGroup,
- Child, pew_okbutton = TextObject,
- MUIA_Text_Contents, "OK",
- MUIA_Text_SetMax, TRUE,
- MUIA_Frame, MUIV_Frame_Button,
- MUIA_InputMode, MUIV_InputMode_RelVerify,
- MUIA_Background, MUII_ButtonBack,
- End,
- Child, RectangleObject, End,
- Child, pew_resetbutton = TextObject,
- MUIA_Text_Contents, "Reset",
- MUIA_Text_SetMax, TRUE,
- MUIA_Frame, MUIV_Frame_Button,
- MUIA_InputMode, MUIV_InputMode_RelVerify,
- MUIA_Background, MUII_ButtonBack,
- End,
- Child, RectangleObject, End,
- Child, pew_cancelbutton = TextObject,
- MUIA_Text_Contents, "Cancel",
- MUIA_Text_SetMax, TRUE,
- MUIA_Frame, MUIV_Frame_Button,
- MUIA_InputMode, MUIV_InputMode_RelVerify,
- MUIA_Background, MUII_ButtonBack,
- End,
- End,
- End,
- End,
-
-